home *** CD-ROM | disk | FTP | other *** search
/ Great Canadian Scientists / GCS_CD.iso / mac / PC / GCSData / memory_g.dxr / 00003_General Loop.ls < prev    next >
Encoding:
Text File  |  1996-09-01  |  137 b   |  9 lines

  1. on exitFrame
  2.   global ButtonsActive
  3.   if ButtonsActive = 1 then
  4.     CheckHilite(4, 4)
  5.   end if
  6.   CheckHilite(30, 30)
  7.   go(the frame)
  8. end
  9.